home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cobra Utilities for Doom & Doom II
/
Cobra Utilities For Doom & Doom II - Disc 1.iso
/
go.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-10-12
|
232 b
|
15 lines
@echo off
if "%1" == "" goto nopath
del %1\_rundoom.bat
_go.exe %1
if exist %1\_rundoom.bat call %1\_rundoom.bat
goto :theend
:nopath
_go.exe c:\doom
if exist c:\doom\_rundoom.bat call c:\doom\_rundoom.bat
:theend